home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2000 December & 2001 January / PC World Plus! D.bin / hs_files / ezcddax4trial.exe / ezcdda01.cab / _D491E4E43CA34C9C94DFA63F5862D94E / 0 / RCDATA / TBROWSER / TBROWSER.txt
Encoding:
Text File  |  2000-06-19  |  3.7 KB  |  196 lines

  1. object Browser: TBrowser
  2.   Left = 364
  3.   Top = 167
  4.   Width = 471
  5.   Height = 352
  6.   Caption = 'CD Database Editor'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Menu = MainMenu1
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnCanResize = FormCanResize
  17.   OnCloseQuery = FormCloseQuery
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label4: TLabel
  22.     Left = 8
  23.     Top = 0
  24.     Width = 26
  25.     Height = 13
  26.     Caption = 'Artist:'
  27.   end
  28.   object tree: TTreeView
  29.     Left = 0
  30.     Top = 0
  31.     Width = 215
  32.     Height = 286
  33.     Align = alClient
  34.     HideSelection = False
  35.     Indent = 19
  36.     PopupMenu = PopupMenu
  37.     ReadOnly = True
  38.     RightClickSelect = True
  39.     TabOrder = 0
  40.     OnChange = treeChange
  41.     OnKeyDown = treeKeyDown
  42.   end
  43.   object StatusBar: TStatusBar
  44.     Left = 0
  45.     Top = 286
  46.     Width = 463
  47.     Height = 20
  48.     Panels = <>
  49.     SimplePanel = False
  50.   end
  51.   object Panel2: TPanel
  52.     Left = 215
  53.     Top = 0
  54.     Width = 248
  55.     Height = 286
  56.     Align = alRight
  57.     BevelOuter = bvNone
  58.     TabOrder = 2
  59.     object TrackLabel: TLabel
  60.       Left = 8
  61.       Top = 184
  62.       Width = 47
  63.       Height = 13
  64.       Caption = 'Track title'
  65.     end
  66.     object ExtTrackLabel: TLabel
  67.       Left = 8
  68.       Top = 224
  69.       Width = 96
  70.       Height = 13
  71.       Caption = 'Extended track data'
  72.     end
  73.     object ArtistLabel: TLabel
  74.       Left = 8
  75.       Top = 0
  76.       Width = 23
  77.       Height = 13
  78.       Caption = 'Artist'
  79.     end
  80.     object TitleLabel: TLabel
  81.       Left = 8
  82.       Top = 40
  83.       Width = 20
  84.       Height = 13
  85.       Caption = 'Title'
  86.     end
  87.     object CategoryLabel: TLabel
  88.       Left = 8
  89.       Top = 80
  90.       Width = 42
  91.       Height = 13
  92.       Caption = 'Category'
  93.     end
  94.     object ExtDiscLabel: TLabel
  95.       Left = 8
  96.       Top = 120
  97.       Width = 91
  98.       Height = 13
  99.       Caption = 'Extended disc data'
  100.     end
  101.     object Track: TEdit
  102.       Left = 8
  103.       Top = 200
  104.       Width = 233
  105.       Height = 21
  106.       TabOrder = 0
  107.       OnChange = TrackChange
  108.       OnKeyDown = TrackKeyDown
  109.     end
  110.     object Artist: TEdit
  111.       Left = 8
  112.       Top = 16
  113.       Width = 233
  114.       Height = 21
  115.       TabOrder = 1
  116.       OnChange = ArtistChange
  117.     end
  118.     object Title: TEdit
  119.       Left = 8
  120.       Top = 56
  121.       Width = 233
  122.       Height = 21
  123.       TabOrder = 2
  124.       OnChange = TitleChange
  125.     end
  126.     object Category: TComboBox
  127.       Left = 8
  128.       Top = 96
  129.       Width = 233
  130.       Height = 21
  131.       ItemHeight = 13
  132.       TabOrder = 3
  133.       OnChange = CategoryChange
  134.       Items.Strings = (
  135.         'blues'
  136.         'classical'
  137.         'country'
  138.         'data'
  139.         'folk'
  140.         'jazz'
  141.         'misc'
  142.         'newage'
  143.         'reggae'
  144.         'rock'
  145.         'soundtrack')
  146.     end
  147.     object DiscExt: TMemo
  148.       Left = 8
  149.       Top = 136
  150.       Width = 233
  151.       Height = 45
  152.       Lines.Strings = (
  153.         '')
  154.       TabOrder = 4
  155.       OnChange = DiscExtChange
  156.     end
  157.     object TrackExt: TMemo
  158.       Left = 7
  159.       Top = 240
  160.       Width = 233
  161.       Height = 45
  162.       Lines.Strings = (
  163.         '')
  164.       TabOrder = 5
  165.       OnChange = TrackExtChange
  166.     end
  167.   end
  168.   object MainMenu1: TMainMenu
  169.     Left = 120
  170.     Top = 96
  171.     object File: TMenuItem
  172.       Caption = 'File'
  173.       object Savedatabase: TMenuItem
  174.         Caption = '&Save changes'
  175.         Enabled = False
  176.         OnClick = SavedatabaseClick
  177.       end
  178.       object N1: TMenuItem
  179.         Caption = '-'
  180.       end
  181.       object Exit: TMenuItem
  182.         Caption = 'E&xit'
  183.         OnClick = ExitClick
  184.       end
  185.     end
  186.   end
  187.   object PopupMenu: TPopupMenu
  188.     Left = 88
  189.     Top = 72
  190.     object Delete: TMenuItem
  191.       Caption = 'Delete'
  192.       OnClick = DeleteClick
  193.     end
  194.   end
  195. end
  196.